Kone
Toggle table of contents
0.0.0-experiment
common
Platform filter
common
Switch theme
Search in API
Kone
kone.multidimensionalCollections
/
dev.lounres.kone.multidimensionalCollections
/
MDShapeStrides
MDShape
Strides
class
MDShapeStrides
(
val
shape
:
MDShape
,
order
:
KoneUIntArray
)
:
MDShapeOffsetting
(
source
)
Members
Constructors
MDShape
Strides
Link copied to clipboard
constructor
(
shape
:
MDShape
,
order
:
KoneUIntArray
)
Properties
shape
Link copied to clipboard
open
override
val
shape
:
MDShape
size
Link copied to clipboard
open
override
val
size
:
UInt
Functions
as
Sequence
Link copied to clipboard
open
fun
asSequence
(
)
:
Sequence
<
KoneUIntArray
>
has
Next
Link copied to clipboard
open
override
fun
KoneUIntArray
.
hasNext
(
)
:
Boolean
index
Link copied to clipboard
open
override
fun
index
(
offset
:
UInt
)
:
KoneUIntArray
iterator
Link copied to clipboard
open
operator override
fun
iterator
(
)
:
KoneIterator
<
KoneUIntArray
>
next
Link copied to clipboard
open
override
fun
KoneUIntArray
.
next
(
)
:
KoneUIntArray
offset
Link copied to clipboard
open
override
fun
offset
(
index
:
KoneUIntArray
)
:
UInt